Esx Settings Clusters Configuration DriftReview

Esx Settings Clusters Configuration DriftReview
Esx Settings Clusters Configuration DriftReview

Represents the drifts that need review.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "property_paths": [
        "string"
    ],
    "drift_review_policy": {
        "type": "string",
        "name": "string",
        "possible_values": [
            "string"
        ],
        "value_string": "string",
        "value_long": 0,
        "value_boolean": false
    },
    "notification": {
        "type": "string",
        "id": "string",
        "time": "string",
        "message": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        },
        "resolution": {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        },
        "originator": "string",
        "retriable": false
    }
}
array of string
property_paths
Required

Set of property paths for the configuration which has drift and needs review. This can either be the path of a drift in cluster config which start with profile, or a drift in host-specific or host-override.

This property was added in vSphere API 9.1.0.0.

drift_review_policy
Optional

The policy provided by the solution.

This property was added in vSphere API 9.1.0.0.

notification
Optional

Notification that provides additional information about the drift.

This property was added in vSphere API 9.1.0.0.